Welcome![Sign In][Sign Up]
Location:
Search - vc a

Search list

[DocumentsVC++6.0中内存泄漏检测

Description: 介绍如何检测内存泄露的问题,学vc必不可少的东西.-Describe how to detect memory leak problem, a necessity for vc study.
Platform: | Size: 6144 | Author: 陈志刚 | Hits:

[OpenGL programOpenGL※※VC框架

Description: OpenGL※※VC框架,包含单文档,多文档,对话框。-OpenGL** VC framework consists of a single file, multi-file, the dialog.
Platform: | Size: 173056 | Author: 张立 | Hits:

[GUI Develop一个漂亮的VC界面

Description: 这是一个漂亮界面在VC中的实现源程序,你可以用它来作为你软件的基础.-this is the source code of a beautiful interface in vc,you can use it as your base of software.
Platform: | Size: 40960 | Author: | Hits:

[Communicationvc++串口通讯

Description: 这是一个用visual C++编写的用于调试和单片机通讯的串口通讯程序。-This is a visual C with the preparation for debugging and communication microcontroller serial communication procedure.
Platform: | Size: 6144 | Author: 飞翔 | Hits:

[Video Capture利用VC++开发数据采集系统

Description: 信成为可能,因而用户可以用计算机控制仪器,可 以依赖计算机为工具开发自己的强有力的软件来增强 自己的仪器系统的功能,使他能够分析和处理特定的 数据并显示结果,而不是限于仪器的固-letter as possible, so users can use computer-controlled equipment, it can rely on the computer as a tool to develop their own powerful software to enhance their own instrument system functions, so that he can analyze and process-specific data and display the results and not be confined to equipment Solid
Platform: | Size: 14336 | Author: 王鹏 | Hits:

[GUI Develop类似VC和outlook的界面

Description: 使用vc开发的类似于outlook的界面,可以有参考价值-use vc similar to the outlook of the development of the interface, can be a valuable reference
Platform: | Size: 147456 | Author: sgz | Hits:

[GIS program完整的基本图形绘制系统vc源码

Description: 完整的基本图形绘制系统vc源码.rar 简单的gis的基本操作,对于初学gis和vc的人来说,应该是个不错的例子-integrity of the basic graphics rendering system vc source. Rar simple gis the basic operation for beginners gis vc and the people, should be a good example
Platform: | Size: 310272 | Author: 王威 | Hits:

[Graph Drawingvc画图

Description: 一个很小的程序,可以提供包括画直线,矩形,圆角矩形,以及多边形的功能,可以作为VC图形图像初接触者的参考-A small programme, provides the function of drawing lines, rectangles, roundrectangles, and polylines. Good guids for beginners of graphics programming using VC.
Platform: | Size: 77824 | Author: 李振 | Hits:

[VC/MFCVC编写--学生成绩管理系统

Description: 本程序在vc环境下编写,是本人在ACCP学习第一学期开发的,实现学生成绩管理的基本功能,注释详细,可供初学vc的朋友参考一二,如发现程序bug或有何建议,请反馈予本人,谢谢下载。-procedures in the environment vc preparation, I was learning the ACCP development of the first semester, students realize the basic performance management functionality, detailed notes, for beginners vc reference to a friend on January 2, found that procedures such as bug or any suggestions, please feedback to myself, thank you download.
Platform: | Size: 3072 | Author: 邵岩开 | Hits:

[Static controlvc电子教材2005

Description: 一款新的vc学习用的电子教程,内容有图形教程,是款新手学习最好的助手!希望给大家帮助!-introduce a new vc to study the electronic directory, as a graphic directory, is the best rookie learning assistants! We want to help!
Platform: | Size: 109568 | Author: 数据库 | Hits:

[Other一个用VC做的升级程序

Description: 这是一个模仿其它的软件用VC做的升级程序,大家可以看看效果!-This is a copy of the software with other VC promotion procedures done, we can look at the results!
Platform: | Size: 29696 | Author: 阿华 | Hits:

[Picture Viewervc图像处理比较全面的程序

Description: 一个图像处理较全面的程序,各种运算大部分已包括。是我在做遥感图像的项目时参考的例子 -a more comprehensive image processing procedures, the majority of the various operations have been included. Yes, I do remote sensing imagery of the project useful example
Platform: | Size: 510976 | Author: 张凤霞 | Hits:

[AI-NN-PRBP-RBF算法

Description: BP,RBF算法,用VC实现,一个很好的毕业设计-BP, RBF algorithm, with VC, a good design graduates
Platform: | Size: 952320 | Author: 原野 | Hits:

[OS programVC使用CRT调试功能来检测内存泄漏

Description: VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降低)到内存完全耗尽。更糟的是,泄漏的程序可能会用掉太多内存,导致另外一个程序垮掉,而使用户无从查找问题的真正根源。此外,即使无害的内存泄漏也可能殃及池鱼。-VC use CRT debugging functions to detect memory leaks C/C programming language one of the most powerful features is its dynamic memory allocation and release, but there is a Chinese saying : "The greatest strengths may also become the biggest weakness," then the C/C applications coincides with this sentence. In the C/C application development process, the dynamic allocation of memory improper handling is the most common problem. One of the most detection harder and harder to understand the most difficult one of the mistakes is a memory leak, unable to correctly before the release of allocated memory error. The occasional leakage of a small amount of memory may not arouse our attention, but the leakage of a large amount of memory leakage procedures or increasing the procedur
Platform: | Size: 5120 | Author: 小朱 | Hits:

[Windows DevelopVC实现中英文字定长分行处理splitstring

Description: 在VCKBASE上看了不少自绘按钮时,曾这样想:如果这个按钮能分行显示(多行显示)中英文混合写的串而不出现拆成半个中文字符.有感兴趣的友朋请参见源代码-VCKBASE since drawn a lot of buttons, he thought : If this button will show branches (multiple lines show), wrote the English mixed with no strings split into half Chinese characters. Interested in You-Please see source code
Platform: | Size: 22528 | Author: 崔志勇 | Hits:

[Windows Develop用VC++设计语法编辑器synedit

Description: 语法编辑器是一个可以对程序设计语言进行语法编辑的文本编辑器,它对程序设计语言进行语法关键字进行加亮处理,如注释行、字符串、语法关键字、数字等,这样使得源程序更容易阅读,VB、VC++、DELPHI 等开发环境都提供了语法编辑功能,相信开发人员都会有切身的体会。-syntax editor of a right programming language syntax editor for the text editor, its programming language syntax highlighting keywords, such as Notes OK, string, grammar keywords, figures such that the source code makes it easier to read, VB, VC, development environments such as Delphi has given a grammar editing function, I believe developers will have personal experiences.
Platform: | Size: 380928 | Author: 崔志勇 | Hits:

[Internet-NetworkVC++精品源码

Description: VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip   一个可以重命名workspace的程序。 simplecomserver_src.zip   演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip   用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToPDF_src.zip sampleimage.zip   将tiff转换成PDF的源程序。 SimpleWordPad.zip   简单字处理程序。 Gamma_Manager_src.zip Gamma_Manager_demo.zip   调节灰度的滑动条的类。 smpplib.zip   一个SMPP类库可以用来连接SMPP网关来发送和接收SMS消息。 ColorFont_src.zip   使用CColorDialog类轻松改变对话框背景颜色和字体。 benBro107.zip benbro.zip   一个基于IE的浏览器,使用了多文档界面的标签,IE界面和XP的工具条等。 PictureZoom_src.zip PictureZoom_demo.zip    一个C++ OCX控件可以在你应用程序的窗口上绘制图片。 -VC source-------------------------------------------- dswRename_src.zip a workspace can rename the procedure. Simplecomserver_src.zip demonstration of how to create a COM. ConsolePipe_src.zip consolePipe_demo.zip use graphical interface loading procedures and receiving procedures console console program output. TiffToPDF_src.zip sampleimage.zip will tiff converted into PDF of the source. SimpleWordPad.zip simple word-processing procedures. Gamma_Manager_src.zip Gamma_Manager_demo.zip adjust the sliding strip of gray type. Smpplib.zip a SMPP library can be used to connect SMPP Gateway to send and receive SMS messages. ColorFont_src.zip use CColorDialog category dialog easily change fonts and background colors. BenBro107.zip benbro.zip one based on the I
Platform: | Size: 1024000 | Author: 张四 | Hits:

[BooksVC++6游戏编程

Description: VC++6游戏编程,里面包含了七个小游戏的编译过程,全书通俗易懂,会成为你入门的好帮手-VC six games programming, which contains seven small game compiler process, the book is easily understood and your entry will be a good helper
Platform: | Size: 2895872 | Author: 翁明喆 | Hits:

[OS programvc DirectX Input获得鼠标输入mouseinput

Description: 本文简单阐述了使用DirectX Input获得鼠标输入的办法。简单介绍DirectX Input使用的函数。-This paper briefly discusses the use of DirectX Input received mouse input approach. A brief introduction to the use of DirectX Input function.
Platform: | Size: 26624 | Author: | Hits:

[Remote Controlvc简单的Windows远程控制代码yckzcode

Description: 本程序用vc++简单地实现了Windows远程控制代码.-vc the procedures used to achieve a simple remote control code for Windows.
Platform: | Size: 39936 | Author: | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net